home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / P139X / P139XO.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-05-27  |  3.2 KB  |  119 lines

  1.                 PROTOCOL.INI for the Proteon ProNET-4/16 p1392
  2.  
  3.  
  4. The p1392 is a Token Ring ISA 16-bit Bus Master adapter.  The low-level MAC
  5. code for the p1392 is contained in the PRORAPM.DWN file, which must be
  6. downloaded into RAM on the card.
  7.  
  8. This readme explains the valid settings for parameters in the PROTOCOL.INI
  9. file for the p1392 NDIS drivers.
  10.  
  11. PROTOCOL.INI PARAMETERS
  12. -----------------------
  13.  
  14. drivername
  15.     units:[n/a]
  16.     range:[NDIS39XR] (for DOS), [NDI39XR$, NDI39XR2$, ...] (for OS/2)
  17.         default:[NDIS39XR] (for DOS), [NDI39XR$] (for OS/2)
  18.     requirement: a must
  19.  
  20. DRIVERNAME     Identifies the network device driver. In multiple instances
  21.                case, DRIVERNAME is NDI39XR$ for the first token-ring driver,
  22.                NDI39XR2$ for the second, and so on.
  23.  
  24.  
  25. netaddress
  26.     units:[hex]
  27.     range:[12 hex digits]
  28.     default:[n/a]
  29.     requirement: optional
  30.  
  31. NETADDRESS     Overrides the network burned-in-address of the adapter.  This
  32.                entry should only be used if there are duplicate addresses on
  33.                the network. The network address value is a hexadecimal string
  34.                of 12 digits enclosed in double  quotes. An example of a
  35.                network address is:
  36.  
  37.                 NETADDRESS="400001261835"
  38.  
  39.  
  40. maxtransmits
  41.         units:[integer]
  42.     range:[3-50]
  43.     default:[40]
  44.     requirement: optional
  45.  
  46. MAXTRANSMITS   Specifies the maximum number of buffers that can be queued for
  47.                transmission at one time. Used to fine tune driver performance
  48.                or compatibility.
  49.  
  50.  
  51. intlevel 
  52.         units:[integer]
  53.     range:[3,4,5,6,7,9,10,11,12]
  54.     default:[5]
  55.     requirement: a must
  56.  
  57. INTLEVEL       Specifies the hardware interrupt level on the p1392.
  58.                
  59.  
  60. iobase
  61.         units:[hex integer]
  62.     range:[0xA20 - 0xFE20]
  63.     default:[0xA20]
  64.     requirement: a must
  65.  
  66. IOBASE         Specifies the p1392 adapter I/O base address.  Examples of
  67.                valid I/O base address: 0xA20, 0x1A20,0x2A20,0x3A20.
  68.  
  69.  
  70. dmachannel
  71.         units:[integer]
  72.     range:[5,6,7,0]
  73.     default:[5]
  74.     requirement: a must
  75.  
  76. DMACHANNEL     Configures hardware DMA channel on the p1392.  Valid inputs
  77.                are: 5,6,7,and 0. 0 = pseudo-DMA mode.
  78.  
  79.  
  80. linkspeed
  81.         units:[integer]
  82.     range:[4,16]
  83.     default:[16]
  84.     requirement: a must
  85.  
  86. LINKSPEED      Configures the hardware for either 4 or 16 Mbps data transfer
  87.                rate.
  88.  
  89.  
  90. media
  91.         units:[n/a]
  92.     range:[STP, UTP]
  93.     default:[STP]
  94.     requirement: a must
  95.  
  96. MEDIA          Configures the hardware for either STP or UTP cable type.
  97.  
  98.  
  99. dmaclock
  100.         units:[interger | string]
  101.     range:[4,8,BUS]
  102.     default:[8]
  103.     requirement: optional
  104.  
  105. DMACLOCK       Configures the hardware DMA clock speed on the p1392.  Valid
  106.                inputs: 4, 8, or BUS (for system clock).
  107.  
  108.  
  109. saen
  110.         units:[n/a]
  111.     range:[ON,OFF]
  112.     default:[ON]
  113.     requirement: optional
  114.  
  115. SAEN           Configures the hardware SAEN function on the p1392.  Valid
  116.                inputs: ON(enabled) and OFF(disabled). In most cases, the SAEN
  117.                should be enabled. However, if your system is not completely
  118.                ISA-compatible, you may need to disable the SAEN.
  119.